SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60793: The %DI_JOB_SO MODEL_GP_STATUS task might generate "ERROR: model_gp_status is/are the invalid task name(s). "

DetailsAboutRate It

In SAS® Size Optimization, the %DI_JOB_SO MODEL_GP_STATUS task might generate the following error:

ERROR:  model_gp_status is/are the invalid task name(s).

This error occurs when you run the MODEL_GP_STATUS task using %DI_JOB_SO run_only argument as follows:

%di_job_so(run_only=%bquote(model_gp_status));

The workaround is to run the MODEL_GP_STATUS task using the following syntax if you want to run it stand-alone:

   %di_job_so(dedi_disagg_factor_def=0,

   geo_synch=0,

   profile_synch=0,

   batch_profiling=0,

   purge_model_members=0,

   model_gp_status=1);

   quit;

 

 



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Size ProfilingLinux for x643.43.419.4 TS1M39.4 TS1M4
Microsoft® Windows® for x643.43.419.4 TS1M39.4 TS1M4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.